home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SNNSV32.ZIP / SNNSv3.2 / kernel / sources / kr_pat_parse.h < prev    next >
C/C++ Source or Header  |  1994-04-25  |  970b  |  37 lines

  1. /*****************************************************************************
  2.   FILE           : kr_pat_parse.h
  3.   SHORTNAME      : pat_parse
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : parser for new pattern format; bison format 
  7.   NOTES          : impossible to use with yacc
  8.  
  9.   AUTHOR         : Michael Vogt
  10.   DATE           : 10.9.93
  11.  
  12.   CHANGED BY     : 
  13.   IDENTIFICATION : @(#)kr_pat_parse.h    1.3 3/15/94
  14.   SCCS VERSION   : 1.3
  15.   LAST CHANGE    : 3/15/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19. ******************************************************************************/
  20.  
  21. #ifndef _KR_PAT_PARSE_DEFINED_
  22. #define _KR_PAT_PARSE_DEFINED_
  23.  
  24. /* begin global definition section */
  25.  
  26. #define CURRENT_VERSION_V       3  /* current version of pattern file        */
  27. #define CURRENT_VERSION_R       2  /* format                                 */
  28.  
  29. extern int parse_pattern_file(int *set);
  30.  
  31.  
  32. /* end global definition section */
  33.  
  34.  
  35. #endif
  36.  
  37.